From: Keir Fraser Date: Thu, 20 Sep 2007 12:30:14 +0000 (+0100) Subject: [XM-TEST] Fixes a parameter to the external tools used X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14937^2~55 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=5c7379ebbe58f8bc5e3a4fef4ee0230cf67c7d76;p=xen.git [XM-TEST] Fixes a parameter to the external tools used Signed-off-by: Stefan Berger --- diff --git a/tools/xm-test/lib/XmTestLib/acm.py b/tools/xm-test/lib/XmTestLib/acm.py index 5456da6453..23564b5096 100644 --- a/tools/xm-test/lib/XmTestLib/acm.py +++ b/tools/xm-test/lib/XmTestLib/acm.py @@ -49,7 +49,7 @@ def ACMLoadPolicy_XenAPI(policy='xm-test'): if polname != policy: # Try it, maybe it's not activated traceCommand("xm setpolicy %s %s" % - (xsconstants.XS_POLICY_ACM, policy)) + (xsconstants.ACM_POLICY_ID, policy)) polname = getSystemPolicyName() if polname != policy: FAIL("Need to have a system with no or policy '%s' active, "